--- title: "This is my first post" date: 2024-02-23 categories: - Projects tags: - R - SLGP - Visualization layout: null ---
This is an R Markdown document. The goal is to try making a page for my Github webpage, with one interactive plot supported by plotly. Let us see!
I can include pieces of code:
load("./saveForWeb.Rdata")
I can include static images:
plot(mtcars)
Can I include moving images?